Extension point disabledPropertyRefs
In component org.nuxeo.ecm.platform.forms.layout.WebLayoutManager
Documentation
Since 5.6, makes it possible to define what properties should not be referenced using EL expressions.
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.forms.layout.service.DisabledPropertyRefDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="disabledPropertyRefs" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"> <documentation> Configuration of properties disabled by default for reference in EL expressions. </documentation> <disabledPropertyRef name="converter" widgetTypeCategory="jsf"/> <disabledPropertyRef name="validator" widgetTypeCategory="jsf"/> <!-- avoid bad interactions with JBoss-el size EL resolver... --> <disabledPropertyRef name="size" widgetTypeCategory="jsf"/> <!-- rich:calendar does not resolve some attributes as EL expressions --> <disabledPropertyRef name="showApplyButton" widgetType="datetime" widgetTypeCategory="jsf"/> <disabledPropertyRef name="defaultTime" widgetType="datetime" widgetTypeCategory="jsf"/> <disabledPropertyRef name="pattern" widgetType="datetime" widgetTypeCategory="jsf"/> </extension>